Prefer "stringify" over "stringize".

Akinori MUSHA 10 years ago
parent
commit
2db902a316
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/concerns/liquid_interpolatable_spec.rb

+ 1 - 1
spec/concerns/liquid_interpolatable_spec.rb

@@ -54,7 +54,7 @@ describe LiquidInterpolatable::Filters do
54 54
       }
55 55
     end
56 56
 
57
-    it 'should stringize a non-string operand' do
57
+    it 'should stringify a non-string operand' do
58 58
       @filter.to_xpath_roundtrip(nil).should == ''
59 59
       @filter.to_xpath_roundtrip(1).should == '1'
60 60
     end